mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
7 lines
65 B
C
7 lines
65 B
C
#include "header.h"
|
|
|
|
int main(){
|
|
lpddr_test();
|
|
return 0;
|
|
}
|