#include int main (int argc, char *argv[]) { if (hal_rpc_server_init() != HAL_OK) return 1; hal_rpc_server_main(); hal_rpc_server_close(); return 0; } https://git.cryptech.is/sw/stm32/atom/libraries/mbed/README.txt?h=ekermit' type='application/atom+xml'/>
aboutsummaryrefslogblamecommitdiff
blob: b68245cef46c602d799fe1516aef24504b43c07f (plain) (tree)
1
2