Skip to content

Commit

Permalink
Merge pull request #912 from ArminJo/patch-1
Browse files Browse the repository at this point in the history
Fixing error: 'utoa' was not declared in this scope - see #884
  • Loading branch information
stevstrong committed Nov 3, 2023
2 parents 73cb0a6 + de3b2c6 commit cca05ed
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 cca05ed

Please sign in to comment.