Update TeensyUsbSlaveMidiClock.ino

remove volatile reference pointer to avoid compilation error
pull/14/head
mrms 2 years ago committed by GitHub
parent fc050434c2
commit 2ac7a5eebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/TeensyUsbSlaveMidiClock/TeensyUsbSlaveMidiClock.ino

@ -21,7 +21,7 @@
#include <uClock.h>
uint8_t bpm_blink_timer = 1;
void handle_bpm_led(uint32_t * tick)
void handle_bpm_led(uint32_t tick)
{
// BPM led indicator
if ( !(tick % (96)) || (tick == 1) ) { // first compass step will flash longer

Loading…
Cancel
Save