Logo white

zhang / BootLoader

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • BootLoader
  • SYSTEM
  • delay
  • delay.h
  • modfly the driver
    0e00ed59
    NightIsDark authored
    2019-06-26 18:07:23 +0800  
    Browse Code ยป
delay.h 153 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
#ifndef __DELAY_H
#define __DELAY_H 			   
#include "dev.h"  



void 	delay_ms(u32 ms);

void 	delay_init(void);



#endif