summaryrefslogtreecommitdiff
path: root/project_starter_files/Core/Src/error_handler.c
blob: 627abeda5a97b980142899f188d293f07631d5fc (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "error_handler.h"

/**
 * Error handler that is called by lower level functions. 
 * Add an implementation if desired.
*/
void Error_Handler () {
	
}