diff options
| author | Selene ToyKeeper | 2020-07-22 01:48:22 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-07-22 01:48:22 -0600 |
| commit | 4f8a7d66a6f98fc51d3cb75e9906c049faffe14a (patch) | |
| tree | e503ac174d211e317d5dcd00035a6731dcf88b2e /spaghetti-monster/fsm-misc.c | |
| parent | started refactoring anduril into individual files... (diff) | |
| download | anduril-4f8a7d66a6f98fc51d3cb75e9906c049faffe14a.tar.gz anduril-4f8a7d66a6f98fc51d3cb75e9906c049faffe14a.tar.bz2 anduril-4f8a7d66a6f98fc51d3cb75e9906c049faffe14a.zip | |
more progress on refactoring Anduril into separate files... nearly done with the initial split
Diffstat (limited to 'spaghetti-monster/fsm-misc.c')
| -rw-r--r-- | spaghetti-monster/fsm-misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-misc.c b/spaghetti-monster/fsm-misc.c index eaa6fb3..82be745 100644 --- a/spaghetti-monster/fsm-misc.c +++ b/spaghetti-monster/fsm-misc.c @@ -222,7 +222,6 @@ void rgb_led_set(uint8_t value) { #endif // ifdef USE_AUX_RGB_LEDS #ifdef USE_TRIANGLE_WAVE -// TODO: remove this, it's in the wrong file uint8_t triangle_wave(uint8_t phase) { uint8_t result = phase << 1; if (phase > 127) result = 255 - result; |
