From f4a62c0eb52c22f24b6e4456bd368d7bf31f1930 Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Sat, 9 Dec 2017 12:33:35 -0500 Subject: [PATCH] Update app.hpp --- include/app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/app.hpp b/include/app.hpp index b9d67fa9..72e30ab8 100644 --- a/include/app.hpp +++ b/include/app.hpp @@ -20,7 +20,7 @@ struct SVGPanel; // module //////////////////// -// A 1HP 3U module should be 15x380. Thus the width of a module should be a factor of 15. +// A 1HPx3U module should be 15x380. Thus the width of a module should be a factor of 15. #define RACK_GRID_WIDTH 15 #define RACK_GRID_HEIGHT 380