git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3334 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
c86f3377fe
commit
e2d701317c
|
@ -22,7 +22,7 @@
|
|||
#include "hal.h"
|
||||
|
||||
/*
|
||||
* GPT1 callback.
|
||||
* GPT2 callback.
|
||||
*/
|
||||
static void gpt2cb(GPTDriver *gptp) {
|
||||
|
||||
|
@ -34,7 +34,7 @@ static void gpt2cb(GPTDriver *gptp) {
|
|||
}
|
||||
|
||||
/*
|
||||
* GPT2 callback.
|
||||
* GPT3 callback.
|
||||
*/
|
||||
static void gpt3cb(GPTDriver *gptp) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue