move extern declaration for port_names to trl837x_common.h

This commit is contained in:
feelfree69
2026-04-13 19:14:24 +02:00
parent e130777b24
commit b31179acbe
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -7,7 +7,6 @@
extern __xdata uint8_t cmd_buffer[CMD_BUF_SIZE];
extern __xdata uint8_t cmd_available;
extern __xdata char port_names[9][PORT_NAME_SIZE];
uint8_t cmd_tokenize(void) __banked;
void cmd_parser(void) __banked;