made most internal function static to allow gcc to inline them
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
static char line[LINE_BUFFER_SIZE];
|
||||
static uint8_t char_counter;
|
||||
|
||||
void status_message(int status_code) {
|
||||
static void status_message(int status_code) {
|
||||
if (status_code == 0) {
|
||||
printPgmString(PSTR("ok\n\r"));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user