NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
printf.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include <stdarg.h>
#include <stdlib.h>
#include <platform.h>
#include "build_config.h"
#include "printf.h"
Include dependency graph for printf.c:

Functions

int fputc (int c, FILE *f)
 
void printfSupportInit (void)
 
void setPrintfSerialPort (serialPort_t *serialPort)
 

Function Documentation

int fputc ( int  c,
FILE *  f 
)

Here is the call graph for this function:

void printfSupportInit ( void  )
void setPrintfSerialPort ( serialPort_t serialPort)