Skip to content
Snippets Groups Projects
Commit f3775ab4 authored by h2-addad's avatar h2-addad
Browse files

Update

parent 1816a6d7
Branches
No related tags found
No related merge requests found
#ifndef DEVICES_SERIAL_H
#define DEVICES_SERIAL_H
#include <stdint.h>
void serial_init_queue (void);
void serial_putc (uint8_t);
void serial_flush (void);
void serial_notify (void);
#endif /* devices/serial.h */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment