diff Discovery/Inc/crcmodel.h @ 776:45b8f3c2acce

Add support for a configurable compass declination in a range of -99 to 99 degrees. This allows the displayed compass reading to be configured to take into account the compass declination (difference between the measured magnetic North direction and the actual geographical North direction) that has different values for different locations around the globe. See https://magnetic-declination.com/ for more information. (mikeller)
author heinrichsweikamp
date Thu, 18 May 2023 09:49:17 +0200
parents 5f11787b4f42
children
line wrap: on
line diff
--- a/Discovery/Inc/crcmodel.h	Thu May 11 12:13:03 2023 +0200
+++ b/Discovery/Inc/crcmodel.h	Thu May 18 09:49:17 2023 +0200
@@ -112,8 +112,9 @@
 
 #ifndef DONE_STYLE
 
+#include <stdbool.h>
+
 typedef unsigned long   ulong;
-typedef unsigned        bool;
 typedef unsigned char * p_ubyte_;
 
 #ifndef TRUE