mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
Add PDNuart starting interface (not tested & not yet added to main proto)
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "can.h"
|
||||
#include "flash.h"
|
||||
#include "hardware.h"
|
||||
#include "pdnuart.h"
|
||||
#include "proto.h"
|
||||
#include "steppers.h"
|
||||
#include "usb.h"
|
||||
@@ -86,5 +87,6 @@ int main(void){
|
||||
if(ans) USB_sendstr(ans);
|
||||
}
|
||||
process_keys();
|
||||
pdnuart_poll();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user