diff options
author | Karel Kočí <cynerd@email.cz> | 2015-10-08 20:57:12 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-10-08 20:57:12 +0200 |
commit | 0b534d81ac39eb5bbf2b9a0691519f6f7f0eaa13 (patch) | |
tree | b2067ab3e7d0c9b0e89d9e1a4941ee9c60456306 /conffile | |
parent | b2aca286b66371d553e16089f2986bdc99fde438 (diff) | |
download | avr-ioe-0b534d81ac39eb5bbf2b9a0691519f6f7f0eaa13.tar.gz avr-ioe-0b534d81ac39eb5bbf2b9a0691519f6f7f0eaa13.tar.bz2 avr-ioe-0b534d81ac39eb5bbf2b9a0691519f6f7f0eaa13.zip |
Remove files that won't be used in future for now
Diffstat (limited to 'conffile')
-rw-r--r-- | conffile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/conffile b/conffile deleted file mode 100644 index 8fc1408..0000000 --- a/conffile +++ /dev/null @@ -1,19 +0,0 @@ -menu "AVR-IOE" - -menu "Submodule" "Different external hardware modules." - -include charLCD/conffile -include dht22/conffile -include nrf24l01p/conffile - -endmenu - -menu "SPI" "Serial peripheral interface" - -endmenu - -menu "TWI" "Two-wire interface. Also known as I2C." - -endmenu - -endmenu |