Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/miscutils/beep.c


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/miscutils/beep.c

    r3232 r3621  
    8989        }
    9090        while (rep) {
    91 //bb_info_msg("rep[%d] freq=%d, length=%d, delay=%d", rep, freq, length, delay);
     91//bb_error_msg("rep[%d] freq=%d, length=%d, delay=%d", rep, freq, length, delay);
    9292            xioctl(speaker, KIOCSOUND, (void*)(uintptr_t)tickrate_div_freq);
    9393            usleep(1000 * length);
Note: See TracChangeset for help on using the changeset viewer.