8 lines
91 B
C++
8 lines
91 B
C++
#include "ftdi.hpp"
|
|
|
|
int main()
|
|
{
|
|
auto *context = new Ftdi::Context();
|
|
return 0;
|
|
}
|