Add CLOCK_FLAG_HIGH_SPEED_MODE and negate .clockDivider value according to the spec, so that the actual value is easier to read.

This commit is contained in:
László Monda
2017-09-22 01:52:44 +02:00
parent 444e9d58d0
commit 50207a288d
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
#define BOOTLOADER_TAG 0x6766636B
#define BOOTLOADER_TIMEOUT_MS 100
#define CLOCK_FLAG_HIGH_SPEED_MODE 0x01
// Typedefs: