Skip to content

Commit

Permalink
Bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleroy committed Nov 27, 2024
1 parent a99c4e2 commit 4b1076d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
a2tools (22.0.0.3) bionic; urgency=medium
a2tools (22.0.2.3) bionic; urgency=medium

* Rebuild for Debian bookworm

Expand Down
4 changes: 2 additions & 2 deletions src/quicktake/qt1x0-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ uint8 qt1x0_set_speed(uint16 speed) {
send_ack();
return get_ack(5);
}
#pragma code-name(pop)
#pragma code-name(push, "LC")

/* Send a command to the camera */
static uint8 send_command(const char *cmd, uint8 len, uint8 s_ack, uint8 wait) {
Expand All @@ -211,6 +209,8 @@ static uint8 send_command(const char *cmd, uint8 len, uint8 s_ack, uint8 wait) {

return 0;
}
#pragma code-name(pop)
#pragma code-name(push, "LC")

/* Ping the camera */
static uint8 qt1x0_send_ping(void) {
Expand Down

0 comments on commit 4b1076d

Please sign in to comment.