Revision 75ab9f8b modules/RT-STM32L476RG-NUCLEO64/module.h

View differences:

modules/RT-STM32L476RG-NUCLEO64/module.h
41 41
 *
42 42
 * @note The ccm is not connected to any bus system.
43 43
 */
44
#define CCM_RAM                                 __attribute__((section(".ram4"), aligned(4)))
44
#define CCM_RAM                                 __attribute__((section(".ram4"), aligned(4)))moduleHalCanConfig
45 45

  
46 46
/*
47 47
 * @brief Makro to store data in the ethernet memory (eth).
......
98 98

  
99 99
/** @} */
100 100

  
101
/**
102
 * @brief   Periphery communication interfaces initialization hook.
103
 */
104
#define MODULE_INIT_PERIPHERY_COMM() {                                        \
105
  /* serial driver */                                                         \
106
  sdStart(&MODULE_HAL_PROGIF, &moduleHalProgIfConfig);                        \
107
}
108

  
101 109
/*===========================================================================*/
102 110
/**
103 111
 * @name GPIO definitions

Also available in: Unified diff