Skip to content

Commit 5e02793

Browse files
committed
MPAE-19362: Added inclusion of "<stdio.h>" to resolve implicit declartion of sprintf()
1 parent 9bbf7a3 commit 5e02793

File tree

1 file changed

+1
-0
lines changed
  • atmega4809-adc-basics-mplab.X

1 file changed

+1
-0
lines changed

atmega4809-adc-basics-mplab.X/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <atmel_start.h>
22
#include <util/delay.h>
3+
#include <stdio.h>
34

45
#define FREE_RUNNING 1
56
#define SINGLE_CONVERSION 2

0 commit comments

Comments
 (0)