Updated to the new locm3 changed to stdint types.
This commit is contained in:
@@ -57,9 +57,9 @@
|
||||
}
|
||||
|
||||
struct color {
|
||||
u8 r;
|
||||
u8 g;
|
||||
u8 b;
|
||||
uint8_t r;
|
||||
uint8_t g;
|
||||
uint8_t b;
|
||||
};
|
||||
|
||||
/* Set STM32 to 72 MHz. */
|
||||
|
||||
Reference in New Issue
Block a user