]> git.earman.xyz Git - sensor-watch.git/commitdiff
documentation fix
authorjoeycastillo <joeycastillo@utexas.edu>
Wed, 10 Jul 2024 10:56:49 +0000 (06:56 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Wed, 10 Jul 2024 10:56:49 +0000 (06:56 -0400)
watch-library/shared/watch/watch_led.h

index fcb8c5e75ad69ebdf0a32e033c720517e4353036..134803a846092e5d75d503f106d860c23e18d37a 100644 (file)
@@ -36,7 +36,7 @@
   * @note Some watches use a red/blue LED instead of a red/green LED. You will be able to determine this
   *       easily when you double tap the reset button: if the pulsing bootloader LED is red, you have a
   *       red/green edition; if it is blue, you have a red/blue edition. For red/blue watches, build your
-  *       project with the command `make LED=BLUE`, and the watch library will automatically swap the pins
+  *       project with the command `make COLOR=BLUE`, and the watch library will automatically swap the pins
   *       so that watch_set_led_red sets the red LED, and watch_set_led_green sets the blue one.
   */
 /// @{