Mark internal helpers as static and remove from headers
This commit is contained in:
@@ -14,7 +14,7 @@ void pumpsInit(void) {
|
||||
//PORTD &= ~(1 << actuatorMask);
|
||||
}
|
||||
|
||||
void triggerPump(uint8_t pump_pin) {
|
||||
static void triggerPump(uint8_t pump_pin) {
|
||||
// Turn on pump
|
||||
PORTD |= (1 << pump_pin);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user