diff --git a/Inc/GpioPin.h b/Inc/GpioPin.h index 19f78da..4460466 100644 --- a/Inc/GpioPin.h +++ b/Inc/GpioPin.h @@ -17,7 +17,7 @@ typedef enum { - GPIO_OPEN_DRAIN = 0, + GPIO_OPEN = 0, GPIO_PUSH_PULL = 1 } eType_PUSH_PULL_OPEN_DARIN;