Subversion Repositories DashDisplay

Rev

Rev 62 | Rev 65 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62 Rev 63
Line 123... Line 123...
123
/* USER CODE END EM */
123
/* USER CODE END EM */
124
 
124
 
125
/* Exported functions prototypes ---------------------------------------------*/
125
/* Exported functions prototypes ---------------------------------------------*/
126
void Error_Handler(void);
126
void Error_Handler(void);
127
 
127
 
-
 
128
/* true if the bluetooth module is connected */
-
 
129
extern uint8_t btConnected();
-
 
130
 
128
/* USER CODE BEGIN EFP */
131
/* USER CODE BEGIN EFP */
129
  extern context_t context[MAX_DISPLAYS];
132
  extern context_t context[MAX_DISPLAYS];
130
 
133
 
131
/* USER CODE END EFP */
134
/* USER CODE END EFP */
132
 
135