Skip to content

Commit

Permalink
Fixing error: 'utoa' was not declared in this scope - see #884
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminJo authored Nov 3, 2023
1 parent 819ed8e commit de3b2c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions STM32F1/cores/maple/wirish.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#include <avr/dtostrf.h>
#include <avr/pgmspace.h>
#include <avr/interrupt.h>
#include "itoa.h"

#include <libmaple/stm32.h>

Expand Down

0 comments on commit de3b2c6

Please sign in to comment.