diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-06-24 07:52:34 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-06-24 07:52:34 +0200 |
commit | d1b2220ea67819970cb0ccf7ea9b3d81b11db0c3 (patch) | |
tree | 0b8df358fd9b64002188c0ee5db3625df172ca65 /src/glutt-o-logique | |
parent | 8b2d6ae24e5869c5677866481cf96dfa9effb8e6 (diff) | |
download | glutte-o-matic-d1b2220ea67819970cb0ccf7ea9b3d81b11db0c3.tar.gz glutte-o-matic-d1b2220ea67819970cb0ccf7ea9b3d81b11db0c3.tar.bz2 glutte-o-matic-d1b2220ea67819970cb0ccf7ea9b3d81b11db0c3.zip |
Remove TODOs for SQ2 and 1750 outputs
Diffstat (limited to 'src/glutt-o-logique')
-rw-r--r-- | src/glutt-o-logique/pio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glutt-o-logique/pio.c b/src/glutt-o-logique/pio.c index 08a5905..dd1ff49 100644 --- a/src/glutt-o-logique/pio.c +++ b/src/glutt-o-logique/pio.c @@ -346,6 +346,3 @@ void pio_set_sq2(int on) } } -#warning "TODO Test SQ2 out" -#warning "TODO Test 1750 out" - |