Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cescalara committed Apr 28, 2022
1 parent d0696de commit fe1c687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPU/CPUsoftware/src/tools/DeadPixelRead.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DeadPixelMask{
std::string directory = CONFIG_DIR_M;
std::string direc_usb0 = DIR_USB0;
std::string direc_usb1 = DIR_USB1;
std::string deal_pixel_file = DEAD_PIXEL_FILE;
std::string dead_pixel_file = DEAD_PIXEL_FILE;
std::string readed_file;

DeadPixelMask();
Expand Down

0 comments on commit fe1c687

Please sign in to comment.