wip: grbl: hook up ADC module
diff --git a/grbl/report.h b/grbl/report.h
index f148002..c5e065b 100644
--- a/grbl/report.h
+++ b/grbl/report.h
@@ -124,6 +124,11 @@
 // Prints build info and user info
 void report_build_info(char *line);
 
+#ifdef USE_ADC
+// Prints ADC buffer
+void report_adc_status();
+#endif
+
 #ifdef DEBUG
   void report_realtime_debug();
 #endif