Merge pull request #1123 from jordancarlin/dev

Fix crt0
This commit is contained in:
Rose Thompson 2024-11-22 13:47:04 -06:00 committed by GitHub
commit 8e546dacf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,8 @@
#include "pcnt_driver.h"
extern int main(int argc, char *argv[]);
int pre_main(int argc, char *argv[]) {
long int bpmp0, brcnt0, bpmp1, brcnt1;
long int bpmp_diff, brcnt_diff;