Started working on payloads... still need to integrate

This commit is contained in:
2019-12-08 22:54:29 -05:00
parent dcb749c4b5
commit f11bbf0370
6 changed files with 123 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#ifndef IPWNDFU_REWRITE_C_BRFUNC_TIMING_H
#define IPWNDFU_REWRITE_C_BRFUNC_TIMING_H
#define CLOCK_GATE ((BOOTROM_FUNC) ADDR_CLOCK_GATE)
#define SYSTEM_TIME ((BOOTROM_FUNC) ADDR_SYSTEM_TIME)
#define TIME_HAS_ELAPSED ((BOOTROM_FUNC) ADDR_TIME_HAS_ELAPSED)
#endif //IPWNDFU_REWRITE_C_BRFUNC_TIMING_H