This commit is contained in:
Rene Hopf
2017-06-12 19:11:46 +02:00
parent 66e26c377e
commit 59b36dc74b

View File

@@ -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;