Skip to content

Commit 0c8dcb8

Browse files
committed
virtio: Remove useless CubeMX tags
1 parent fa37aaa commit 0c8dcb8

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

cores/arduino/stm32/virtio/mbox_ipcc.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
#include "stm32_def.h"
3838
#include "openamp_conf.h"
3939

40-
/* Within 'USER CODE' section, code will be kept by default at each generation */
41-
/* USER CODE BEGIN 0 */
42-
43-
/* USER CODE END 0 */
44-
4540
/* Private define ------------------------------------------------------------*/
4641
#define MASTER_CPU_ID 0
4742
#define REMOTE_CPU_ID 1
@@ -164,12 +159,7 @@ void IPCC_channel2_callback(IPCC_HandleTypeDef *hipcc,
164159
*/
165160
void IPCC_RX1_IRQHandler(void)
166161
{
167-
/* USER CODE BEGIN IPCC_RX1_IRQn 0 */
168-
/* USER CODE END IPCC_RX1_IRQn 0 */
169162
HAL_IPCC_RX_IRQHandler(&hipcc);
170-
/* USER CODE BEGIN IPCC_RX1_IRQn 1 */
171-
172-
/* USER CODE END IPCC_RX1_IRQn 1 */
173163
}
174164

175165
#endif /* VIRTIOCON */

cores/arduino/stm32/virtio/mbox_ipcc.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
#define IPCC_IRQ_SUBPRIO 0
3131
#endif
3232

33-
/* USER CODE BEGIN firstSection */
34-
/* can be used to modify / undefine following code or add new definitions */
35-
/* USER CODE END firstSection */
36-
3733
/* Includes ------------------------------------------------------------------*/
3834
/* Exported types ------------------------------------------------------------*/
3935
/* Exported constants --------------------------------------------------------*/
@@ -42,9 +38,5 @@ int MAILBOX_Init(void);
4238
int MAILBOX_Notify(void *priv, uint32_t id);
4339
void MAILBOX_Notify_Rx_Buf_Free(void);
4440

45-
/* USER CODE BEGIN lastSection */
46-
/* can be used to modify / undefine previous code or add new definitions */
47-
/* USER CODE END lastSection */
48-
4941
#endif /* VIRTIOCON */
5042
#endif /* MBOX_IPCC_H_ */

cores/arduino/stm32/virtio/openamp_conf.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ extern "C" {
7777
#include "virt_i2c.h"
7878
#endif /* VIRTUAL_I2C_MODULE_ENABLED */
7979

80-
81-
82-
/* USER CODE BEGIN INCLUDE */
83-
84-
/* USER CODE END INCLUDE */
85-
8680
/** @addtogroup OPENAMP_MW
8781
* @{
8882
*/

0 commit comments

Comments
 (0)