Skip to content

Commit

Permalink
Moved #include "console.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvught committed Jul 13, 2024
1 parent 13bc409 commit e889267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib-display/include/display.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

#include <cstdint>

#include "console.h"

namespace display {
struct Defaults {
static constexpr uint32_t SEEP_TIMEOUT = 5;
Expand Down
1 change: 0 additions & 1 deletion lib-display/include/i2c/display.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include "displayset.h"

#include "hardware.h"
#include "console.h"

#include "hal_i2c.h"
#if defined (DISPLAYTIMEOUT_GPIO)
Expand Down
3 changes: 1 addition & 2 deletions lib-display/include/spi/display.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file display.h
*
*/
/* Copyright (C) 2022-2023 by Arjan van Vught mailto:info@orangepi-dmx.nl
/* Copyright (C) 2022-2024 by Arjan van Vught mailto:info@gd32-dmx.org
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -45,7 +45,6 @@
# include "hal_gpio.h"
#endif

#include "console.h"
#include "hardware.h"

class Display {
Expand Down

0 comments on commit e889267

Please sign in to comment.