Skip to content

Commit

Permalink
[Spinal][Kondo] inactivated print function
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Apr 8, 2024
1 parent 74c77cd commit c3995c7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ class KondoServo
}
dma_write_ptr_ = (KONDO_BUFFER_SIZE - __HAL_DMA_GET_COUNTER(huart_->hdmarx)) % (KONDO_BUFFER_SIZE);

const char* a = std::to_string(__HAL_DMA_GET_COUNTER(huart_->hdmarx)).c_str();
nh_->logerror(a);

int c = -1;
uint32_t tick_start = HAL_GetTick();
while(true){
Expand Down

0 comments on commit c3995c7

Please sign in to comment.