Error in fsl_swm_connections.h file (LPC802)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error in fsl_swm_connections.h file (LPC802)

Jump to solution
780 Views
asier
Contributor III

Hi,

I'm using SDK_2.x_LPC802 versión 2.8.0 in MCUXpresso IDE v11.2.0 [Build 4120] [2020-07-09].

In "fsl_swm_connections.h" file in drivers folder, we have next:

/*! @brief SWM port_pin number */
typedef enum _swm_port_pin_type_t
{
kSWM_PortPin_P0_0 = 0U, /*!< port_pin number P0_0. */
kSWM_PortPin_P0_1 = 1U, /*!< port_pin number P0_1. */
kSWM_PortPin_P0_2 = 2U, /*!< port_pin number P0_2. */
kSWM_PortPin_P0_3 = 3U, /*!< port_pin number P0_3. */
kSWM_PortPin_P0_4 = 4U, /*!< port_pin number P0_4. */
kSWM_PortPin_P0_5 = 5U, /*!< port_pin number P0_5. */
kSWM_PortPin_P0_6 = 6U, /*!< port_pin number P0_6. */
kSWM_PortPin_P0_7 = 7U, /*!< port_pin number P0_7. */
kSWM_PortPin_P0_8 = 8U, /*!< port_pin number P0_8. */
kSWM_PortPin_P0_9 = 9U, /*!< port_pin number P0_9. */
kSWM_PortPin_P0_10 = 10U, /*!< port_pin number P0_10. */
kSWM_PortPin_P0_11 = 11U, /*!< port_pin number P0_11. */
kSWM_PortPin_P0_12 = 12U, /*!< port_pin number P0_12. */
kSWM_PortPin_P0_13 = 13U, /*!< port_pin number P0_13. */
kSWM_PortPin_P0_14 = 14U, /*!< port_pin number P0_14. */
kSWM_PortPin_P0_15 = 15U, /*!< port_pin number P0_15. */
kSWM_PortPin_P0_16 = 16U, /*!< port_pin number P0_16. */
kSWM_PortPin_P0_17 = 16U, /*!< port_pin number P0_17. */
kSWM_PortPin_Reset = 0xffU /*!< port_pin reset number. */
} swm_port_pin_type_t;

It should be "kSWM_PortPin_P0_17 = 17U, /*!< port_pin number P0_17. */"

Regards,

Asier

0 Kudos
1 Solution
765 Views
Sabina_Bruce
NXP Employee
NXP Employee

Hello Asier,

Hope you are doing well.

Thank you for taking the time to report this. I will let our team in charge know of this error.

Best Regards,

Sabina

 

View solution in original post

0 Kudos
1 Reply
766 Views
Sabina_Bruce
NXP Employee
NXP Employee

Hello Asier,

Hope you are doing well.

Thank you for taking the time to report this. I will let our team in charge know of this error.

Best Regards,

Sabina

 

0 Kudos