aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/peripheralsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/peripheralsview.h')
-rw-r--r--qtmips_gui/peripheralsview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtmips_gui/peripheralsview.h b/qtmips_gui/peripheralsview.h
index 30e85f1..b718d9a 100644
--- a/qtmips_gui/peripheralsview.h
+++ b/qtmips_gui/peripheralsview.h
@@ -21,8 +21,8 @@ public:
public slots:
void led_line_changed(uint val);
- void led_rgb1_changed(int val);
- void led_rgb2_changed(int val);
+ void led_rgb1_changed(uint val);
+ void led_rgb2_changed(uint val);
private:
Ui::PeripheralsView *ui;