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