Files
hifiasm/Assembly.h
2019-05-12 04:03:54 -04:00

11 lines
190 B
C

#ifndef __ASSEMBLY__
#define __ASSEMBLY__
void Counting_multiple_thr();
/********************************for debug***************************************/
void Verify_Counting();
#endif