Implement sending of status and VLAN info

This commit is contained in:
logicog
2025-08-20 10:13:14 +02:00
parent 9173d2c6c7
commit 53a8046874
2 changed files with 127 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef __PAGE_IMPL_H__
#define __PAGE_IMPL_H__
uint16_t send_status(void);
uint16_t send_vlan(register uint16_t vlan);
#endif