From 02df0b8fbabcbccda456080b27a42c2d99118089 Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Sat, 9 Dec 2017 12:33:20 -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 5acb6bef..b9d67fa9 100644 --- a/include/app.hpp +++ b/include/app.hpp @@ -20,7 +20,7 @@ struct SVGPanel; // module //////////////////// -// A 1U module should be 15x380. Thus the width of a module should be a factor of 15. +// A 1HP 3U 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