mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 13:39:02 +08:00
8 lines
91 B
C++
8 lines
91 B
C++
|
#include "ftdi.hpp"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
auto *context = new Ftdi::Context();
|
||
|
return 0;
|
||
|
}
|