mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-06 02:02:34 +08:00
fix io.c
This commit is contained in:
@@ -77,7 +77,7 @@ float r2temp(float r){
|
||||
static void nrt_init(volatile void * ctx_ptr, volatile hal_pin_inst_t * pin_ptr){
|
||||
// struct io_ctx_t * ctx = (struct io_ctx_t *)ctx_ptr;
|
||||
// struct io_pin_ctx_t * pins = (struct io_pin_ctx_t *)pin_ptr;
|
||||
|
||||
GPIO_InitTypeDef GPIO_InitStruct;
|
||||
//PA8 LED
|
||||
GPIO_InitStruct.Pin = GPIO_PIN_8;
|
||||
GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;
|
||||
|
||||
Reference in New Issue
Block a user