made most internal function static to allow gcc to inline them
This commit is contained in:
parent
d21a791eae
commit
9c8c259153
4 changed files with 23 additions and 24 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue