rtlplayground: de-__gptrput()-call in read_reg_timer()

This commit is contained in:
René van Dorst
2026-04-19 22:18:39 +02:00
parent e79e90dd35
commit 52d943d5e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -688,7 +688,7 @@ void cpy_4(__xdata uint8_t dest[], __xdata uint8_t source[])
}
void read_reg_timer(uint32_t * tmr)
void read_reg_timer(__xdata uint32_t * tmr)
{
uint8_t * val = (uint8_t *)tmr;
SFR_REG_ADDR_U16 = RTL837X_REG_SEC_COUNTER;