Implement HAL and apply macros across code-base
Implement AVR Platform
This commit is contained in:
committed by
Scott Lahteine
parent
fb04dfcda8
commit
4b16fa3272
@@ -43,7 +43,7 @@ char* hex_word(const uint16_t w) {
|
||||
}
|
||||
|
||||
char* hex_address(const void * const w) {
|
||||
(void)hex_word((uint16_t)w);
|
||||
(void)hex_word((int)w);
|
||||
return _hex;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user