Skip to content

Commit

Permalink
control panel
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3n33dl3 committed Aug 14, 2024
1 parent 89614dc commit 0fef976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clang-info/check_dissector.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import signal
import argparse

from src.bme import BlackMarlinExec_run_setup
from src.bme import BlackMarlinExec

# Run battery of tests on one or more dissectors.

Expand Down
2 changes: 1 addition & 1 deletion src/clang-info/check_tfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import argparse
import signal

from src import bme
from src.bme.Barracuda import time-attack
from bme import Barracuda

# This utility scans for tfs items, and works out if standard ones
Expand Down

0 comments on commit 0fef976

Please sign in to comment.