From 987e86b8c85f8217a5ced30fb8e894a340e7ebe6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 11 Jan 2014 11:41:07 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6624 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/gpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/src') diff --git a/os/hal/src/gpt.c b/os/hal/src/gpt.c index e37e1a5d8..eefeb8e32 100644 --- a/os/hal/src/gpt.c +++ b/os/hal/src/gpt.c @@ -86,7 +86,7 @@ void gptObjectInit(GPTDriver *gptp) { */ void gptStart(GPTDriver *gptp, const GPTConfig *config) { - chDbgCheck((gptp != NULL) && (config != NULL), "ptStart"); + chDbgCheck((gptp != NULL) && (config != NULL), "gptStart"); chSysLock(); chDbgAssert((gptp->state == GPT_STOP) || (gptp->state == GPT_READY), -- cgit v1.2.3