Add read_reg_timer function

This commit is contained in:
logicog
2025-12-01 18:26:46 +01:00
parent 7f715e9218
commit 9c21d94b65
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -105,5 +105,6 @@ void tcpip_output(void);
void print_string_x(__xdata char *p);
uint8_t read_flash(uint8_t bank, __code uint8_t *addr);
void get_random_32(void);
void read_reg_timer(uint32_t * tmr);
#endif