Advertisement
M0nk3

main.c //inter

Dec 15th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. #include "at91sam9263.h"
  2. #include "DBGU.h"
  3. #include <stdbool.h>
  4. #include <string.h>
  5. #include <stdlib.h>
  6.    
  7.    
  8. void dbgu_print_ascii(char *a) {}
  9.    
  10. int main() {
  11.    
  12.     DBGU_init();
  13.    
  14.     while(1) {}
  15.    
  16.     return 0;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement