Skip to content

Commit

Permalink
[rtduino][renesas] fix the pwm channel config
Browse files Browse the repository at this point in the history
  • Loading branch information
kurisaW authored and mysterywolf committed Dec 1, 2023
1 parent c06a31c commit 91aace9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const pin_map_t pin_map_table[]=
{D7, BSP_IO_PORT_02_PIN_08},
{D8, BSP_IO_PORT_02_PIN_07},
{D9, BSP_IO_PORT_00_PIN_09}, /* SPI-SS */
{D10, BSP_IO_PORT_07_PIN_12, "pwm2", 2}, /* PWM */
{D10, BSP_IO_PORT_07_PIN_12, "pwm2", 0}, /* PWM */
{D11, BSP_IO_PORT_05_PIN_12, "i2c2"}, /* I2C-SCL (Wire) */
{D12, BSP_IO_PORT_05_PIN_11, "i2c2"}, /* I2C-SDA (Wire) */
{D13, BSP_IO_PORT_02_PIN_04},
Expand Down

0 comments on commit 91aace9

Please sign in to comment.