]> git.earman.xyz Git - sensor-watch.git/commitdiff
fix typo
authorJoey Castillo <jose.castillo@gmail.com>
Sat, 23 Oct 2021 20:44:20 +0000 (16:44 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Sat, 23 Oct 2021 20:44:20 +0000 (16:44 -0400)
boards/OSO-FEAL-A1-00/pins.h

index 47d925cc3bc8d47ff04862d96d9ba52af9d5387d..c860911f892d86fff7ec1f8a1c7afd42815d2707 100644 (file)
@@ -65,7 +65,7 @@
 // This board uses a slightly different pin mapping from the standard watch, and it's not enough to
 // just declare the pins. We also have to set the LCD Pin Enable register with the SLCD pins we're
 // using. These numbers are not port/pin numbers, but the "SLCD/LP[x]" numbers in the pinmux table.
-// If not defined in pins.h, the LCD drover will fall back to the pin mapping in hpl_slcd_config.h.
+// If not defined in pins.h, the LCD driver will fall back to the pin mapping in hpl_slcd_config.h.
 // LPENL is for pins SLCD/LP[0..31].
 #define CONF_SLCD_LPENL (\
         (uint32_t)1 <<  0 | \