From 5a73e6bec4a12db7afae9de300e39256f754d8d3 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 6 May 2019 18:14:25 +0530 Subject: cleanup fix permissions ignore make output files --- macros/Hardware/RasberryPi/lcd/RPI_lcdCharDef.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdClear.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdCursor.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdCursorBlink.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdDisplay.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdHome.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdInit.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdPosition.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdPrintf.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdPutchar.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdPuts.sci | 0 macros/Hardware/RasberryPi/lcd/RPI_lcdSendCommand.sci | 0 macros/Hardware/RasberryPi/lcd/buildmacros.sce | 0 macros/Hardware/RasberryPi/lcd/names | 12 ------------ 14 files changed, 12 deletions(-) mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdCharDef.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdClear.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdCursor.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdCursorBlink.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdDisplay.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdHome.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdInit.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdPosition.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdPrintf.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdPutchar.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdPuts.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/RPI_lcdSendCommand.sci mode change 100755 => 100644 macros/Hardware/RasberryPi/lcd/buildmacros.sce delete mode 100755 macros/Hardware/RasberryPi/lcd/names (limited to 'macros/Hardware/RasberryPi/lcd') diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdCharDef.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdCharDef.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdClear.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdClear.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdCursor.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdCursor.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdCursorBlink.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdCursorBlink.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdDisplay.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdDisplay.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdHome.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdHome.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdInit.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdInit.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdPosition.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdPosition.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdPrintf.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdPrintf.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdPutchar.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdPutchar.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdPuts.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdPuts.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/RPI_lcdSendCommand.sci b/macros/Hardware/RasberryPi/lcd/RPI_lcdSendCommand.sci old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/buildmacros.sce b/macros/Hardware/RasberryPi/lcd/buildmacros.sce old mode 100755 new mode 100644 diff --git a/macros/Hardware/RasberryPi/lcd/names b/macros/Hardware/RasberryPi/lcd/names deleted file mode 100755 index 8f87ff8b..00000000 --- a/macros/Hardware/RasberryPi/lcd/names +++ /dev/null @@ -1,12 +0,0 @@ -RPI_lcdCharDef -RPI_lcdClear -RPI_lcdCursor -RPI_lcdCursorBlink -RPI_lcdDisplay -RPI_lcdHome -RPI_lcdInit -RPI_lcdPosition -RPI_lcdPrintf -RPI_lcdPutchar -RPI_lcdPuts -RPI_lcdSendCommand -- cgit