Skip to content

Commit

Permalink
fix MQTT device
Browse files Browse the repository at this point in the history
  • Loading branch information
scaprile committed Dec 20, 2023
1 parent 04178ad commit 24d9fbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/stm32/nucleo-h723zg-make-baremetal-builtin/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ bool hal_gpio_read(int pin) { // For MQTT dashboard HAL
int hal_led_pin(void) {
return (int) LED1;
}

uint64_t mg_now(void) {
return mg_millis();
}
#endif

static void timer_fn(void *arg) {
Expand Down

0 comments on commit 24d9fbf

Please sign in to comment.