kopia lustrzana https://github.com/OpenRTX/OpenRTX
Fix gcc printf warning
rodzic
fc0b3ef89e
commit
3671b737d9
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
#include "delays.h"
|
#include "delays.h"
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of the delay functions for x86_64.
|
* Implementation of the delay functions for x86_64.
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
void gpio_setMode(void *port, uint8_t pin, enum Mode mode)
|
void gpio_setMode(void *port, uint8_t pin, enum Mode mode)
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
void platform_init()
|
void platform_init()
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue