forked from Imagelibrary/rtems
Make uid_buttons static.
Reorder include-files. Remove stray blanks.
This commit is contained in:
@@ -11,10 +11,11 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/mw_uid.h>
|
||||
#include <stdio.h>
|
||||
|
||||
const char *uid_buttons(
|
||||
#include <rtems/mw_uid.h>
|
||||
|
||||
static const char *uid_buttons(
|
||||
unsigned short btns,
|
||||
char *buffer,
|
||||
size_t max
|
||||
@@ -87,4 +88,3 @@ void uid_print_message_with_plugin(
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user