diff options
| author | Selene ToyKeeper | 2020-08-31 14:32:28 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-08-31 14:32:28 -0600 |
| commit | 9b9a0f8068c194d847190fc140c918370b90a91c (patch) | |
| tree | f3401d5927de5795e7de52cfee1fd9c4dca08a57 /spaghetti-monster/anduril/misc.h | |
| parent | removed unnecessary blink_once calls, made blink_once a bit less bright (diff) | |
| download | anduril-9b9a0f8068c194d847190fc140c918370b90a91c.tar.gz anduril-9b9a0f8068c194d847190fc140c918370b90a91c.tar.bz2 anduril-9b9a0f8068c194d847190fc140c918370b90a91c.zip | |
removed blink_confirm() because it's not used any more
(only commented out though, for now)
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/misc.h b/spaghetti-monster/anduril/misc.h index 548cc23..5febbc7 100644 --- a/spaghetti-monster/anduril/misc.h +++ b/spaghetti-monster/anduril/misc.h @@ -20,7 +20,7 @@ #ifndef MISC_H #define MISC_H -void blink_confirm(uint8_t num); +//void blink_confirm(uint8_t num); // no longer used void blink_once(); void blip(); |
