From 869118f74612829db47d0d681cee5b4af937b16f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Nov 2021 00:24:43 +0000 Subject: tmc2209 first cut --- stm32/app/ring.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stm32/app/ring.h') diff --git a/stm32/app/ring.h b/stm32/app/ring.h index ba8887b..1eae65b 100644 --- a/stm32/app/ring.h +++ b/stm32/app/ring.h @@ -1,5 +1,4 @@ -typedef struct ring -{ +typedef struct ring { uint8_t *data; size_t size; size_t write; -- cgit v1.2.3