Cleanup and refactoring of the STM32w port
This is a general cleanup of things like code style issues and code structure of the STM32w port to make it more like the rest of Contiki is structured.
This commit is contained in:
parent
12b3d02ba1
commit
a5046e83c7
118 changed files with 4470 additions and 4281 deletions
|
@ -22,7 +22,7 @@ void halInitLed(void);
|
|||
/** @brief Ensures that the definitions from the BOARD_HEADER
|
||||
* are always used as parameters to the LED functions.
|
||||
*/
|
||||
typedef int8u HalBoardLed;
|
||||
typedef uint8_t HalBoardLed;
|
||||
// Note: Even though many compilers will use 16 bits for an enum instead of 8,
|
||||
// we choose to use an enum here. The possible compiler inefficiency does not
|
||||
// affect stack-based parameters and local variables, which is the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue