EE445M RTOS
Taken at the University of Texas Spring 2015
console_framebuffer.h
Go to the documentation of this file.
1 #ifndef __CONSOLE_FRAMEBUFFER__
2 #define __CONSOLE_FRAMEBUFFER__
3 
4 /* TODO: doxygenize */
5 
6 void printFramebuffer(unsigned char* fb);
7 
8 #endif /* __CONSOLE_FRAMEBUFFER__ */
void printFramebuffer(unsigned char *fb)