mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fix crt0
This commit is contained in:
parent
f57594d327
commit
cb09ff6bb6
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
#include "pcnt_driver.h"
|
#include "pcnt_driver.h"
|
||||||
|
|
||||||
|
extern int main(int argc, char *argv[]);
|
||||||
|
|
||||||
int pre_main(int argc, char *argv[]) {
|
int pre_main(int argc, char *argv[]) {
|
||||||
long int bpmp0, brcnt0, bpmp1, brcnt1;
|
long int bpmp0, brcnt0, bpmp1, brcnt1;
|
||||||
long int bpmp_diff, brcnt_diff;
|
long int bpmp_diff, brcnt_diff;
|
||||||
|
Loading…
Reference in New Issue
Block a user