diff options
| author | Selene ToyKeeper | 2019-11-19 00:36:50 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-11-19 00:36:50 -0700 |
| commit | 134c6de1eea4aee9a609a3057091d21109a833d5 (patch) | |
| tree | 67775696bb8b8f48256de396db835efda15fd6a2 /spaghetti-monster/fsm-adc.c | |
| parent | the Q8 can just barely fit muggle mode again (diff) | |
| download | anduril-134c6de1eea4aee9a609a3057091d21109a833d5.tar.gz anduril-134c6de1eea4aee9a609a3057091d21109a833d5.tar.bz2 anduril-134c6de1eea4aee9a609a3057091d21109a833d5.zip | |
reduced build size by a few bytes
Diffstat (limited to 'spaghetti-monster/fsm-adc.c')
| -rw-r--r-- | spaghetti-monster/fsm-adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-adc.c b/spaghetti-monster/fsm-adc.c index ccf1ca2..4ee2018 100644 --- a/spaghetti-monster/fsm-adc.c +++ b/spaghetti-monster/fsm-adc.c @@ -21,7 +21,7 @@ #define FSM_ADC_C -inline void set_admux_therm() { +static inline void set_admux_therm() { #if (ATTINY == 25) || (ATTINY == 45) || (ATTINY == 85) || (ATTINY == 1634) ADMUX = ADMUX_THERM; #elif (ATTINY == 841) |
